home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / tcp_ip / tnos / help100b / ftp.hlp < prev    next >
Encoding:
Text File  |  1993-02-02  |  7.7 KB  |  184 lines

  1. :*
  2.                        FTP COMMANDS
  3. :*
  4.  
  5. :?:help
  6. ? [cmdname] ..................... Display detailed help for "cmdname"
  7.  
  8. The "?" command (without a "cmdname") gives you a short listing of all
  9. available commands. If you give the "?" command a "cmdname", if works the
  10. same as the "help" command.
  11.  
  12. :put:mput:rput:append
  13. append <localfile> [<remotefile>] Send File to Remote Computer and append
  14. :ascii:type
  15. ascii ........................... Set File Type to ASCII
  16.  
  17. Using "ascii" type transfers is necessary if the two computers are running
  18. on different "types" of computer, such as a Macintosh and a MSDOS machine.
  19. The differences in how <carriage return> and <line feed> are handled on the
  20. different machines are translated automatically for you.
  21. :batch
  22. batch [<on | off>] .............. Enable/Disable Command Batching
  23.  
  24. Some systems cannot handle multiple commands "batched" together and require
  25. each command to await its own response before sending the next command.
  26. This command displays/changes the current setting.
  27. :binary:type
  28. binary .......................... Set File Type to Binary
  29.  
  30. Use "binary" for any binary data files (programs, ZIP files, etc.) or if
  31. the two computers are of the same "type" (both MSDOS machines, etc).
  32. :exit:quit:bye
  33. bye ............................. End the Current FTP Session
  34. :cd
  35. cd [<directory>] ................ Change Remote Directory to "directory"
  36.  
  37. This command allows you to change the current directory on the remote
  38. system. If no "directory" is given, the remote system's current directory
  39. name is displayed.
  40. :cdup
  41. cdup ............................ Change Remote Directory to its parent dir
  42.  
  43. This command allows you to change the current directory on the remote
  44. system to the parent of the current directory. This command keeps you from
  45. having to know any computer-specific information on how this is done.
  46. :del
  47. del <remotefile> ................ Deletes a file on the Remote Computer
  48. :dir:list:ls:nlst
  49. dir <remotefiles> [<local>] ..... Formatted Display of Files/Directories
  50. :dir:list:ls:nlst
  51.                                   (places output into "local" file)
  52. :exit:quit:bye
  53. exit ............................ End the Current FTP Session
  54. :get:mget:resume
  55. get <remotefile> [<localfile>] .. Receive File from Remote Computer
  56. :hash:verbose
  57. hash ............................ Same as "verbose 3"
  58. :help:?
  59. help [cmdname] .................. Display detailed help for "cmdname"
  60.  
  61. The "help" command (with a "cmdname") displays a short summary of the
  62. available commands.
  63.  
  64. If a "cmdname" is given, all available information on the command "cmdname"
  65. will be displayed.
  66. :lcd
  67. lcd <directory> ................. Change Local Directory to "directory"
  68.  
  69. This command allows you to change the current directory on the local
  70. system. If no "directory" is given, the local system's current directory
  71. name is displayed.
  72. :ldir
  73. ldir <remotefiles> .............. Formatted Display of Local Files/Dirs
  74.  
  75. This command can take a parameter, the name of a file or directory to
  76. be displayed. This parameter can contain wildcard characters.
  77. :list:dir:ls:nlst
  78. list  <remotefiles> [<local>] ... Same as "dir" With Unformatted Display
  79. :lmkdir
  80. lmkdir <directory> .............. Make a Directory on the Local Computer
  81. :lrename
  82. lrename <oldname> <newname> ..... Rename a file on the Local Computer
  83. :lrmdir
  84. lrmdir <directory> .............. Remove the Local Directory "directory"
  85. :list:dir:ls:nlst
  86. ls  <remotefiles> [<local>] ..... Same as "dir" With Unformatted Display
  87. :lzw
  88. lzw ............................. Use LZW compression for file transfers
  89.  
  90. This is a new experimental FTP command. Once it is turned on it remains
  91. on for the rest of the FTP session. The FTP control stream (where commands
  92. pass between the two computers) remains un-compressed. Any data transfers
  93. between the two systems are sent using LZW compression.
  94. :mget:get:resume
  95. mget <file> [<file> ...] ........ Same as "get" With Multiple Files
  96. :mkdir
  97. mkdir <directory> ............... Make a Directory on the Remote Computer
  98. :mput:put:rput:append
  99. mput <file> [<file> ...] ........ Same as "put" With Multiple Files
  100. :nlst:ls:list:dir
  101. nlst  <remotefiles> [<local>] ... Same as "ls"
  102.  
  103. The "ls" and "nlst" gives a short display, "dir" and "list" give complete
  104. displays. Each of these commands can take up to two parameters. The first
  105. is the name of a file or directory to be displayed. This parameter can
  106. contain wildcard characters.
  107.  
  108. The second optional parameter is the name of a local file that the data
  109. will be placed into, instead of displaying it on your computer.
  110.  
  111. If neither parameter is given, you will have the current directory at
  112. the remote computer displayed.
  113. :pass
  114. pass <password> ................. Enter Password (if typo'ed 1st time)
  115.  
  116. This command is normally not used directly by the user. It is sent to the
  117. remote system with your response to the "Password" prompt. If you enter
  118. an invalid user name or password at login, you must use the "user" and
  119. "password" commands manually.
  120. :put:mput:rput:append
  121. put <localfile> [<remotefile>] .. Send File to Remote Computer
  122. :pwd
  123. pwd ............................. Print Working (current) Directory
  124. :quit:exit:bye
  125. quit ............................ End the Current FTP Session
  126. :rename
  127. rename <oldname> <newname> ...... Rename a file on the Remote Computer
  128. :resume:get:mget
  129. resume <remotefile> [<localfile>] Resume receiving a file if interrupted
  130.  
  131. These commands allow you to transfer a file (or files) from the remote
  132. computer to your local computer.
  133.  
  134. The commands that have an optional "remotefile" (all but "mget") will create
  135. a file on your local system with the same name as "remotefile" if the
  136. "localfile" is not given.
  137.  
  138. The "mget" command allows you to receive several files with one command. Any
  139. "file" can contain wildcards.
  140.  
  141. The "get" command will overwrite an existing file on the remote system.
  142.  
  143. The "resume" command is used if a previous "get" command was interrupted or
  144. aborted. The local system verifies the portion it already has, and tells
  145. the sender where to continue. This is handled automatically.
  146. :rmdir
  147. rmdir <directory> ............... Remove the Remote Directory "directory"
  148. :rput:put:mput:append
  149. rput <localfile> [<remotefile>] . Resume sending a file if interrupted
  150.  
  151. These commands allow you to transfer a file (or files) from your local
  152. computer to the remote computer.
  153.  
  154. The commands that have an optional "remotefile" (all but "mput") will create
  155. a file on the remote with the same name as "localfile" if the "remotefile"
  156. is not given.
  157.  
  158. The "mput" command allows you to send several files with one command. Any
  159. "file" can contain wildcards.
  160.  
  161. The "append" command will add to the contents of the file, if it already
  162. exists on the remote system. The "put" command will overwrite an existing
  163. file on the remote system.
  164.  
  165. The "rput" command is used if a previous "put" command was interrupted or
  166. aborted. The remote system verifies the portion it already has, and tells
  167. the sender where to continue. This is handled automatically.
  168. :type
  169. type <ascii | binary> ........... Set File Type to ASCII or Binary
  170. :user
  171. user <username> ................. Enter Username (if typo'ed 1st time)
  172.  
  173. This command is normally not used directly by the user. It is sent to the
  174. remote system with your response to the "User Name" prompt. If you enter
  175. an invalid user name or password at login, you must use the "user" and
  176. "password" commands manually.
  177. :verbose
  178. verbose <level> ................. Set Verbose Level to "level"
  179.  
  180. The verbose level lets you control how much information you receive about
  181. the different FTP commands. The default is level 4, which gives periodic
  182. reports of the size of the file transfers in number of bytes sent/received.
  183. Level three prints hash marks ("#") for every 1024 bytes sent/received.
  184.